home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3754 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: news.chattanooga.net!usenet
  2. From: "Eric W. Bradway" <ebradway@microsports.com>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Please help a newbie!!
  5. Date: Tue, 30 Jan 1996 17:13:32 -0500
  6. Organization: Micro Sports, Inc.
  7. Message-ID: <310E980C.1DB1@microsports.com>
  8. References: <4ebd2a$nvf@netnews.mis.net> <1996Jan27.020112.8824@ohstpy> <4eljfa$m8u@svadilfari.ifi.uio.no>
  9. NNTP-Posting-Host: 205.244.28.38
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b5 (Win95; I)
  14.  
  15. Jan Kroken wrote:
  16. > In article <1996Jan27.020112.8824@ohstpy>, vancleef@ohstpy.mps.ohio-state.edu writes:
  17. > > In article <4ebd2a$nvf@netnews.mis.net>, kiba@mis.net (Foxwolf) writes:
  18. > > >     I'm just a newbie at C, and would like to know the best way to ease into learning it.
  19. > > > Please email me.  Any help is appreciated!
  20. > >
  21. > > Get a C compiler and a book.
  22. > Book: Kernigham&Richie:The C Programming Language:2ed.
  23. > Compiler: Dos: Turbo C/C++ v3.0 or MS C v5.0 or newer.
  24. > Win: Turbo C++ 3.1 for Win
  25. > UNIX: gcc (free)
  26.  
  27.  
  28. Or, since K&R is a little out dated (but a necessity for all 
  29. programmers' bookshelves), buy a copy of the Mix C compiler and 
  30. tutorials. For about $60 you can get a couple good books for reference 
  31. and learning and a pretty good compiler (for DOS only). For a few more 
  32. bucks they'll even throw in the source code.
  33.  
  34. I should say, before I get flamed to death, that if you really want to 
  35. learn what C is all about and don't want a major investment (both in 
  36. hardware and software), get a copy of Linux. It includes a C/C++ 
  37. compiler and source code for the entire OS (the best way to learn is by 
  38. example and this gives more examples then you can stake a shick at). Not 
  39. to mention it runs nicely on a 386 with 8 megs of RAM.
  40.  
  41. -Eric
  42.